home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-01-29 | 603 b | 30 lines | [TEXT/MPS ] |
- ; Version: 3.03
- ; Created: Friday, October 20, 1989 at 9:32:35 PM
- ;
- ; File: Notification.a
- ;
- ; Assembler Interface to the Macintosh Libraries
- ; Copyright Apple Computer, Inc. 1989-1991
- ; All Rights Reserved
-
- IF &TYPE('__IncludingNotification__') = 'UNDEFINED' THEN
- __IncludingNotification__ SET 1
-
- nmType EQU 8
-
- NMRec RECORD 0
- qLink DS.L 1
- qType DS.W 1
- nmFlags DS.W 1
- nmPrivate DS.L 1
- nmReserved DS.W 1
- nmMark DS.W 1
- nmIcon DS.L 1
- nmSound DS.L 1
- nmStr DS.L 1
- nmResp DS.L 1
- nmRefCon DS.L 1
- NMRecSize EQU *
- ENDR
-
- ENDIF ; ...already included